home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-02-13 | 1.0 KB | 39 lines | [TEXT/MPS ] |
- // Copyright © 1991 by Apple Computer, Inc. All rights reserved.
- // EenieRez.h file - used by both Rez and the main code
-
- #ifndef __EEENIEREZ__
- #define __EENIEREZ__
-
- // RESOURCE IDs ---------------------------------------------------------------
-
- // GLOBALS --------------------------------------------------------------------
-
- #define kSignature 'MOOF' // qpplication signature
- #define kFileType 'SF01' // file type code used for document files created by this application
-
-
- // MENUS ----------------------------------------------------------------------
-
- #define mWindoid 10 // windoid menu
- #define cGreen 1001 // windoid commands
- #define cYellow 1002
- #define cRed 1003
-
- #define mNormalMenu 11
- #define cNormGreen 1101
- #define cNormYellow 1102
- #define cNormRed 1103
-
- #define cChangeTool 1014
-
-
- // CSRS (CURSORS) -------------------------------------------------------------
-
- #define kCursor1 701
- #define kCursor2 702
- #define kCursor3 703
- #define kCursor4 704
-
-
- #endif
-